Fix earlier merge with Ewan's xenstore changes.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 30 Sep 2005 14:45:20 +0000 (15:45 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 30 Sep 2005 14:45:20 +0000 (15:45 +0100)
linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c

index 9164e88806de3511780de72b9733582ae5daa5f3..9c5116692ba394a4ff1887e245b14806ec959c86 100644 (file)
@@ -607,7 +607,6 @@ void xenbus_suspend(void)
        down(&xenbus_lock);
        bus_for_each_dev(&xenbus_frontend.bus, NULL, NULL, suspend_dev);
        bus_for_each_dev(&xenbus_backend.bus, NULL, NULL, suspend_dev);
-       xb_suspend_comms();
 }
 
 void xenbus_resume(void)
@@ -651,7 +650,6 @@ int do_xenbus_probe(void *unused)
        int err = 0;
 
        /* Initialize xenstore comms unless already done. */
-       printk("store_evtchn = %i\n", xen_start_info->store_evtchn);
        err = xs_init();
        if (err) {
                printk("XENBUS: Error initializing xenstore comms:"